home *** CD-ROM | disk | FTP | other *** search
/ Merciful 5 / Merciful - Disc 5.iso / software / p / pcqpascalv1.2d.lha / Include / Resources / BattClock.i next >
Encoding:
Text File  |  1997-05-06  |  197 b   |  15 lines

  1.  
  2. CONST
  3.   BATTCLOCKNAME =  "battclock.resource";
  4.  
  5. PROCEDURE ResetBattClock;
  6.     External;
  7.  
  8. FUNCTION ReadBattClock : Integer;
  9.     External;
  10.  
  11. PROCEDURE WriteBattClock(Time : Integer);
  12.     External;
  13.  
  14.  
  15.